All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.naming.directory.InvalidSearchConstraintsException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.naming.NamingException
                           |
                           +----java.naming.directory.DSException
                                   |
                                   +----java.naming.directory.InvalidSearchConstraintsException

public class InvalidSearchConstraintsException
extends DSException
InvalidSearchConstraintsException is thrown when the specification of the search constraints is invalid.


Constructor Index

 o InvalidSearchConstraintsException()
Constructs a new instance of InvalidSearchConstraintsException.
 o InvalidSearchConstraintsException(String)
Constructs a new instance of InvalidSearchConstraintsException with more detail.

Constructors

 o InvalidSearchConstraintsException
 public InvalidSearchConstraintsException()
Constructs a new instance of InvalidSearchConstraintsException.

 o InvalidSearchConstraintsException
 public InvalidSearchConstraintsException(String msg)
Constructs a new instance of InvalidSearchConstraintsException with more detail.

Parameters:
msg - Detail about this exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index